/******************
   common
******************/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}p{margin-bottom:0;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}i{ font-style: initial;}
body {
  font-family: Arial,sans-serif;
  font-size: 14px;
  overflow: hidden;
  color: #343434;
}
button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0); }
input,textarea{-webkit-appearance: none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #a1a1a1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a1a1a1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a1a1a1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a1a1a1;
}
.clear_both:after {
  content: "."; visibility: hidden; display: block; height: 0; font-size:0.1em; line-height: 0; clear: both;
}
.chunk_relative {
  position: relative;
}
a:link,a:visited,a:hover,a:active {
  color: #757575;
  text-decoration: none;
}
.hide_pc {
  display: block;
}
.hide_sp {
  display: none;
}
#content .inner,#footer .inner {
  width: 1200px;
  margin: 0 auto;
}
#footer .inner {
  padding: 40px 0;
}
#header.h_ver2 .inner {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#header.h_ver2 {
  height: 50px;
  line-height: 50px;
}
.td_ver .h_ver2 ul {
  padding-left: 99px;
}
#header.h_ver2 ul {
  /* padding-left: 99px; */
  /* float: left; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#header.h_ver2 li {
  /* float: left; */
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
  word-break: keep-all;
  white-space: nowrap;
}
#header.h_ver2 li.logo_chunk {
  padding: 0 36px 0 10px;
  width: 75px;
  height: 50px;
}
#header.h_ver2 li.logo_chunk a {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 100;
}
#header.h_ver2 li a {
  display: block;
  padding: 0 12px;
}
#header.h_ver2 li a:hover,#header.h_ver2 li a.current {
  background: #fef4e8;
  color: #f78f1e;
  border-bottom: 4px solid #f78f1e;
  height: 46px;
}
#header.h_ver2 li.logo_chunk a:hover {
  background: none;
  border-bottom: none;
}
#header .now_language {
  /* float: right; */
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  width: 66px;
  /* text-align: center; */
  background: url(../img/bg-icon2.png) no-repeat;
  background-position: -270px -143px;
  font-size: 12px;
  flex-shrink: 0;
}
#header .now_language.arrow_down {
  background-position: -270px -196px;
}
#header ul.language {
  width: 72px;
  background: #fff;
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
  padding-left: 0;
  z-index: 100;
  /* transform: translateX(25%); */
}
#header ul.language li {
  min-width: 62px;
  height: 29px;
  line-height: 29px;
  margin: 0 5px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #dadada;
  padding-right: 0;
}
#header ul.language li a {
  display: block;
}
#header ul.language li a:link,#header ul.language li a:visited,#header ul.language li a:active {
  color: #d2d2d2;
}
#header ul.language li a:hover {
  color: #6c6c6c;
  background: none;
  border: none;
  height: auto;
}
#header ul.language li.border_none {
  border-bottom: none;
}
#header ul.language li.current {
  border: none;
}
.show_fixed .fixed_chunk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: shaking 0.3s ease-out;
  animation: shaking 0.3s ease-out;
}
@keyframes shaking{0%{top:-125px}100%{top:0}}
@-webkit-keyframes shaking{0%{top:-125px}100%{top:0}}
#content .hold_banner {
  height: 570px;
  background: url(../img/img-hold_banner.png) no-repeat center;
  background-size: cover;
}
.hold_banner div {
  width: 501px;
  margin: 0 auto;
  padding-top: 209px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation-duration: 1.2s;
}
.hold_banner div a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  padding: 12px 20px;
  line-height: 22px;
  margin: 40px auto 0 auto;
  font-size: 16px;
  text-align: center;
}
.hold_banner div a:link,.hold_banner div a:visited,.hold_banner div a:active {
  color: #fff;
  text-decoration: none;
}
.hold_banner div a:hover {
  background: #f78f1e;
  color: #fff;
  border: 1px solid #f78f1e;
}
.hold_banner div a i {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background: url(../img/bg-icon2.png) no-repeat;
}
.hold_banner_title {
  font-size: 48px;
  color: #FFFFFF;
}
.index_h2 {
  text-align: center;
  font-size: 24px;
  background: url(../img/bg-title_line.jpg) no-repeat top center;
  padding-top: 27px;
  margin: 50px 0;
}
.index_h2 p {
  color: #ccc;
  font-size: 12px;
  padding-top: 5px;
}
.index_h2.left_title {
  margin: 50px 0 50px 120px;
  float: left;
}
.hover_chunk a {
  display: block;
  position: relative;
}
.hover_chunk a h2 {
  position: absolute;
  top: 376px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.hover_chunk a h2.h2_position_02 {
  top: 220px;
}
.hover_chunk a h2.h2_position_03 {
  top: 124px;
}
.hover_chunk a h2.h2_position_04 {
  top: 107px;
}
.hover_chunk a h2.h2_position_05 {
  top: 170px;
}
.left_01,.left_02,.left_03,.left_04 {
  float: left;
}
.left_01 {
  width: 248px;
}
.left_02 {
  width: 355px;
}
.right_01,.right_02,.right_03 {
  float: right;
}
.right_01 {
  width: 922px;
}
.right_02 {
  width: 557px;
}
.pt10 {
  padding-top: 10px;
}
.pop_hover {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #f78f1e;
  z-index: 900;
  filter:alpha(opacity=0); /* IE */  
  -moz-opacity:0; /* 老版Mozilla */  
  -khtml-opacity:0; /* 老版Safari */  
  opacity: 0; /* 支持opacity的浏览器*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

}
.hover_chunk a:hover .pop_hover {
  filter:alpha(opacity=100); /* IE */  
  -moz-opacity:1; /* 老版Mozilla */  
  -khtml-opacity:1; /* 老版Safari */  
  opacity: 1; /* 支持opacity的浏览器*/
}
.pop_hover.h292 {
  height: 292px;
}
.pop_hover.h244 {
  height: 244px;
}
.pop_business_details {
  color: #fff;
}
.pop_business_details.pt129 {
  padding-top: 235px;
}
.pop_business_details.pt16 {
  padding-top: 103px;
}
.pop_business_details.pt45 {
  padding-top: 45px;
}
.pop_business_details p.pt30 {
  padding: 30px 22px 0 22px;
}
.pop_business_details h3 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.pop_business_details h3 span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../img/bg-icon2.png) no-repeat;
  background-position: -62px 0;
}
.pop_business_details h3 span.bg_icon_02 {
  background-position: -139px 0;
}
.pop_business_details h3 span.bg_icon_03 {
  background-position: -221px 0;
}
.pop_business_details h3 span.bg_icon_04 {
  background-position: 2px -80px;
}
.pop_business_details h3 span.bg_icon_05 {
  background-position: -78px -80px;
}
.pop_business_details h3 span.bg_icon_06 {
  background-position: -156px -80px;
}
.pop_business_details h3 span.bg_icon_07 {
  background-position: -232px -80px;
}
.pop_business_txt {
  font-size: 14px;
  padding: 15px 22px 0 22px;
  margin-top: 40px;
  background: url(../img/bg-title_line_w.jpg) no-repeat top center;
  line-height: 1.6;
}
.pop_business_txt.mt20 {
  margin-top: 20px;
}
.pop_business_details div {
  border: 1px solid #fff;
  width: 136px;
  height: 46px;
  line-height: 46px;
  margin: 55px auto 0 auto;
  text-align: center;
  font-size: 20px;
}
.pop_business_details div.mt23 {
  margin-top: 23px;
}
.pop_business_details div.mt14 {
  margin-top: 14px;
}
.totle_num {
  height: 150px;
  background: url(../img/bg-totle_num.jpg) no-repeat center;
  background-size: cover;
  margin-top: 50px;
  color: #fff;
}
#content .totle_num ul {
  padding: 38px 60px 0 60px;
  width: 1060px;
}
.totle_num ul li {
  float: left;
  text-align: center;
}
.totle_num ul li.float_r {
  float: right;
}
.totle_num ul li.pl405 {
  padding-left: 405px;
}
.totle_num p {
  font-size: 16px;
}
.totle_num p span {
  font-size: 40px;
}
.services {
  background: url(../img/bg-w_g.jpg) repeat-y center;
  background-size: 100% 1px;
  padding-bottom: 117px;
}
.services li {
  position: relative;
  margin-bottom: 30px;
}
.services li div {
  position: absolute;
  top: 20px;
  left: 450px;
  background: #fff;
  height: 230px;
  width: 690px;
  font-size: 16px;
  padding: 30px 20px 0 20px;
}
.services li div h3 {
  border-top: 8px solid #f78f1e;
  width: 90px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 30px;
  padding-top: 10px;
}
.services li div p {
  line-height: 1.6;
  height: 83px;
}
.services li div a {
  display: block;
  border: 1px solid #333;
  width: 98px;
  height: 34px;
  line-height: 34px;
  color: #333;
  text-align: center;
  margin: 0 auto;
}
.services li div a:hover {
  color: #fff;
  border: 1px solid #f78f1e;
  background: #f78f1e;
}
.white_arrow {
  position: absolute;
  top: 47px;
  left: -23px;
  width: 26px;
  height: 54px;
  background: url(../img/bg-icon2.png) no-repeat;
  background-position:  0 -165px;
}
#footer {
  background: #333;
  color: #f1f1f1;
}
#footer .inner {
  /* padding-top: 260px; */
}
/* #footer .inner .web_record img {
  width: auto;
} */
.s_title {
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
}
.mail_list {
  width: 600px;
  margin: 0 auto;
}
.mail_list li {
  float: left;
  padding-right: 24px;
}
.mail_list li.pr0 {
  padding-right: 0;
}
.mail_list li a:link,.mail_list li a:visited,.mail_list li a:active {
  color: #f1f1f1;
}
.mail_list li a:hover {
  color: #f78f1e;
}
.txt_center {
  text-align: center;
}
.pb25 {
  padding-bottom: 25px;
}
.company_address {
  position: absolute;
  top: -70px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.company_address img {
  width: 100%;
  height: 149px;
}
.company_address li {
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  width: 240px;
}
.company_address li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.company_address li div h3 {
  font-size: 16px;
  padding: 23px 0;
}
.company_address li div p {
  line-height: 1.8;
}

.company_address_bottom {
  position: absolute;
  top: 82px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.company_address_bottom img {
  width: 100%;
  height: 149px;
}
.company_address_bottom li {
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  width: 300px;
}
.company_address_bottom li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.company_address_bottom li div h3 {
  font-size: 16px;
  padding: 23px 0;
}
.company_address_bottom li div p {
  line-height: 1.8;
}


.web_record {
  padding: 3px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_record a:link,.web_record a:visited,.web_record a:hover {
  color: #f1f1f1;
  font-size: 12px;
}
#zjamrImg {
  width: 20px !important;
  height: 20px !important;
  padding-left: 5px;
}
.web_record a {
  display: flex;
  align-items: center;
}
.web_record p {
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
}
/*效果*/
.animate-box {
  filter:alpha(opacity=0); /* IE */  
  -moz-opacity:0; /* 老版Mozilla */  
  -khtml-opacity:0; /* 老版Safari */  
  opacity: 0; /* 支持opacity的浏览器*/
}
.animated-fast {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
	filter:alpha(opacity=0); /* IE */  
  -moz-opacity:0; /* 老版Mozilla */  
  -khtml-opacity:0; /* 老版Safari */  
  opacity: 0; /* 支持opacity的浏览器*/
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
	filter:alpha(opacity=100); /* IE */  
  -moz-opacity:1; /* 老版Mozilla */  
  -khtml-opacity:1; /* 老版Safari */  
  opacity: 1; /* 支持opacity的浏览器*/ 
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
	filter:alpha(opacity=0); /* IE */  
  -moz-opacity:0; /* 老版Mozilla */  
  -khtml-opacity:0; /* 老版Safari */  
  opacity: 0; /* 支持opacity的浏览器*/
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
	filter:alpha(opacity=100); /* IE */  
  -moz-opacity:1; /* 老版Mozilla */  
  -khtml-opacity:1; /* 老版Safari */  
  opacity: 1; /* 支持opacity的浏览器*/ 
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.store-logo-img{
  width: 78px;
  height:78px;
  border-radius: 50%;
  background: #fff;
}
.header_icon{
  vertical-align: middle;
}
.header_icon_box {
  cursor: pointer;
}
.header_icon_box a:visited {
  background: none !important;
  border-bottom: none !important;
}
.header_icon_box a:hover {
  background: none !important;
  border-bottom: none !important;
}

.aboutus {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.aboutus_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 32px;
}
.aboutus_title p {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
}
.aboutus_title span {
  font-size: 12px;
  color: #CCCCCC;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 32px;
}
.aboutus_content {
  width: 100%;
  color: #666;
  font-size: 16px;
  text-indent: 34px;
  line-height: 26px;
}
.aboutus_video {
  padding: 32px 0 48px;
  display: flex;
  justify-content: center;
  position: relative;
}
.aboutus_video img {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 63px;
  z-index: 2;
  cursor: pointer;
}
.aboutus_video video {
  width: 1200px;
  height: 675px;
}

.history {
  background: url('../img/history.png') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history_title{
  padding-top: 64px;
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  padding-bottom: 48px;
  line-height: 50px;
}
.history_inner {
  width: 1200px;
}
.history_item {
  padding-right: 24px;
  display: flex;
  flex-direction: column;
}
.history_item_time {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  padding-bottom: 8px;
  line-height: 28px;
}
.history_item_line {
  width: 326px;
  height: 2px;
  background: linear-gradient( 90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
  margin-bottom: 4px;
}
.history_item_event {
  padding-top: 16px;
  max-width: 326px;
  display: flex; 
  font-size: 16px;
  color: rgba(255,255,255,0.5);
}
.history_item_event span {
  width: 33px;
  flex-shrink: 0;
  margin-right: 16px;
  word-break: keep-all;
  text-align: right;
}
.history_item_act > .history_item_time {
  color: #fff;
  font-size: 30px;
}
.history_item_act > .history_item_line {
  background: linear-gradient( 90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.history_item_act > .history_item_event {
  color: #fff;
}
.history_controls {
  padding-top: 60px;
  display: flex;
  align-items: center;
  width: 104px;
  justify-content: space-between;
}
.history_controls img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.solution {
  width: 100%;
  background: url('../img/solution_bg.png') no-repeat center;
  background-size: cover;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_title {
  padding-top: 64px;
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 48px;
}
.solution_inner {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution_item {
  width: 123px;
  height: 240px;
  background: linear-gradient( 180deg, #F7F4F0 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 20px 0px rgba(43,22,6,0.08);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
}
.solution_item_icon {
  width: 60px;
  height: 60px;
  margin-top: 55px;
}
.solution_item_name {
  font-size: 16px;
  padding-top: 20px;
  color: #666;
  text-align: center;
}
.solution_item_act {
  width: 400px;
  height: 240px;
  background: url('../img/solution.png');
  background-size: 400px 240px;
  box-shadow: 0px 3px 20px 0px rgba(43,22,6,0.08);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
  padding-top: 0;
  justify-content: unset;
}
.d-none {
  display: none !important;
}
.solution_item_act > .solution_item_content {
  animation-direction: normal;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-name: changeWidthBig;
  animation-timing-function: ease-in-out;
}
@keyframes changeWidthBig {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 400px;
    opacity: 0.1;
  }
  100% {
    width: 400px;
    opacity: 1;
  }
}
.solution_item_content {
  padding: 48px 28px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;

}
.solution_item_content p {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 600;
  padding-bottom: 12px;
}
.solution_item_content div {
  width: 22px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}
.solution_item_content span {
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  width: 344px;
}
.brand {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0 20px;
}
.brand_title {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 48px;
}
.brand_inner {
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.brand_line {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  flex-wrap: nowrap;
}
.brand_line {
  height: 104px;
}
.row_right_animation {
  animation: 20s rowup-right linear infinite alternate;
  transform: translateX(-640px);
}
@keyframes rowup-right {
  0% {
    transform: translate3d(-640px, 0, 0);
  }
  100% {
      transform: translate3d(0px, 0, 0);
  }
}
.row_left_animation {
  animation: 20s rowup-left linear infinite alternate;
}
@keyframes rowup-left {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  100% {
      transform: translate3d(-640px, 0, 0);
  }
}
.mask_left {
  width: 150px;
  height: 372px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mask_right {
  width: 150px;
  height: 372px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}